home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
DiskUtil
/
Monitor
/
Zaphod
/
install
< prev
next >
Wrap
Text File
|
1995-08-23
|
733b
|
34 lines
(if (= @language "deutsch")
(
(SET Intro "Wilkommen zum Installer-Script für Zaphod")
(SET Where "Wohin soll das Zaphod-Packet hinkopiert werden ? Es wird ein Verzeichnis namens Zaphod angelegt")
)
)
(if (= @language "english")
(
(SET Intro "Welcome to the installer-script for Zaphod")
(SET Where "Where do you want to place the Zaphod-package ? A drawer called Zaphod will be created")
)
)
(MESSAGE Intro)
(SET WUWU
(ASKDIR
(PROMPT Where)
(DEFAULT "sys:")
(HELP "")
)
)
(SET BinDest (TACKON WUWU "Zaphod"))
(RUN (CAT "makedir \""BinDest"\""))
(COPYFILES
(SOURCE ":DiskUtil/Monitor/Zaphod/")
(DEST BinDest)
(ALL)
(INFOS)
)